home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / doc / DirectXEULAs / libpng-license.txt < prev   
Text File  |  2001-10-08  |  4KB  |  100 lines

  1. COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
  2.  
  3. If you modify libpng you may insert additional notices immediately following
  4. this sentence.
  5.  
  6. libpng versions 1.0.7, July 1, 2000, through 1.0.8, July 24, 2000, are
  7. Copyright (c) 2000 Glenn Randers-Pehrson
  8. and are distributed according to the same disclaimer and license as libpng-1.0.6
  9. with the following individuals added to the list of Contributing Authors
  10.  
  11.    Simon-Pierre Cadieux
  12.    Eric S. Raymond
  13.    Gilles Vollant
  14.  
  15. and with the following additions to the disclaimer:
  16.  
  17.    There is no warranty against interference with your enjoyment of the
  18.    library or against infringement.  There is no warranty that our
  19.    efforts or the library will fulfill any of your particular purposes
  20.    or needs.  This library is provided with all faults, and the entire
  21.    risk of satisfactory quality, performance, accuracy, and effort is with
  22.    the user.
  23.  
  24. libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  25. Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
  26. distributed according to the same disclaimer and license as libpng-0.96,
  27. with the following individuals added to the list of Contributing Authors:
  28.  
  29.    Tom Lane
  30.    Glenn Randers-Pehrson
  31.    Willem van Schaik
  32.  
  33. libpng versions 0.89, June 1996, through 0.96, May 1997, are
  34. Copyright (c) 1996, 1997 Andreas Dilger
  35. Distributed according to the same disclaimer and license as libpng-0.88,
  36. with the following individuals added to the list of Contributing Authors:
  37.  
  38.    John Bowler
  39.    Kevin Bracey
  40.    Sam Bushell
  41.    Magnus Holmgren
  42.    Greg Roelofs
  43.    Tom Tanner
  44.  
  45. libpng versions 0.5, May 1995, through 0.88, January 1996, are
  46. Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
  47.  
  48. For the purposes of this copyright and license, "Contributing Authors"
  49. is defined as the following set of individuals:
  50.  
  51.    Andreas Dilger
  52.    Dave Martindale
  53.    Guy Eric Schalnat
  54.    Paul Schmidt
  55.    Tim Wegner
  56.  
  57. The PNG Reference Library is supplied "AS IS".  The Contributing Authors
  58. and Group 42, Inc. disclaim all warranties, expressed or implied,
  59. including, without limitation, the warranties of merchantability and of
  60. fitness for any purpose.  The Contributing Authors and Group 42, Inc.
  61. assume no liability for direct, indirect, incidental, special, exemplary,
  62. or consequential damages, which may result from the use of the PNG
  63. Reference Library, even if advised of the possibility of such damage.
  64.  
  65. Permission is hereby granted to use, copy, modify, and distribute this
  66. source code, or portions hereof, for any purpose, without fee, subject
  67. to the following restrictions:
  68.  
  69. 1. The origin of this source code must not be misrepresented.
  70.  
  71. 2. Altered versions must be plainly marked as such and must not
  72.    be misrepresented as being the original source.
  73.  
  74. 3. This Copyright notice may not be removed or altered from any
  75.    source or altered source distribution.
  76.  
  77. The Contributing Authors and Group 42, Inc. specifically permit, without
  78. fee, and encourage the use of this source code as a component to
  79. supporting the PNG file format in commercial products.  If you use this
  80. source code in a product, acknowledgment is not required but would be
  81. appreciated.
  82.  
  83.  
  84. A "png_get_copyright" function is available, for convenient use in "about"
  85. boxes and the like:
  86.  
  87.    printf("%s",png_get_copyright(NULL));
  88.  
  89. Also, the PNG logo (in PNG format, of course) is supplied in the
  90. files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
  91.  
  92. Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
  93. certification mark of the Open Source Initiative.
  94.  
  95. Glenn Randers-Pehrson
  96. randeg@alum.rpi.edu
  97. July 24, 2000
  98.  
  99.  
  100.